.CarouselAntd {
  width: 100%;
  height: auto;
  min-height: 300px;
  display: inline-block;
}
.CarouselAntd .loading {
  width: 100%;
  font-size: 24px;
  font-family: 'PingFangSC-Medium';
  text-align: center;
}
.CarouselAntd .loading p {
  padding: 10px;
}
.CarouselAntd .CarouselAntdItem {
  width: 100%;
  height: 300px !important;
  position: relative;
}
.CarouselAntd .CarouselAntdItem .CarouselAntdItemBot {
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%);
  width: 100%;
  height: 58px;
  color: #ffffff;
  font-size: 18px;
  line-height: 58px;
  text-align: left;
  padding-left: 20px;
  font-family: 'PingFangSC-Medium';
  margin: 0;
  cursor: pointer;
}
.CarouselAntd .CarouselAntdItem .CarouselAntdItemBg {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.CarouselAntd .CarouselAntdItem img {
  width: 100%;
  height: 100%;
}
.CarouselAntd .ant-carousel .slick-slide {
  text-align: center;
  height: 300px;
  overflow: hidden;
}
.CarouselAntd .ant-carousel .slick-dots {
  text-align: right;
  right: 20px;
  bottom: 25px;
}

